Skip to content

feat(cloudformation): Add a node in Explorer CloudFormation section to navigate user to the…#6335

Merged
branrin merged 1 commit intoaws:feature/toolkitOnlyfrom
Zee2413:try-new-cfn-node
Apr 3, 2026
Merged

feat(cloudformation): Add a node in Explorer CloudFormation section to navigate user to the…#6335
branrin merged 1 commit intoaws:feature/toolkitOnlyfrom
Zee2413:try-new-cfn-node

Conversation

@Zee2413
Copy link
Copy Markdown
Contributor

@Zee2413 Zee2413 commented Apr 2, 2026

… new CFN panel

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Description

  • guiding user to new CFN panel from the Explorer CloudFormation tree view
  • similar navigation node exists in VSCode Toolkit
image

Checklist

  • My code follows the code style of this project
  • I have added tests to cover my changes
  • A short description of the change has been added to the CHANGELOG if the change is customer-facing in the IDE.
  • I have added metrics for my changes (if required)

License

I confirm that my contribution is made under the terms of the Apache 2.0 license.

@Zee2413 Zee2413 requested a review from a team as a code owner April 2, 2026 17:41
StackWindowManager.getInstance(nodeProject).openStack(stackName, stackId)
}
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to add conditional logic to only have this appear for versions 253+?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The hasCfnPanel condition above will be false since the tool window is registered only for 253+.

@Zee2413 Zee2413 force-pushed the try-new-cfn-node branch from eb6597f to 253c254 Compare April 3, 2026 18:51
@Zee2413 Zee2413 changed the title Add a node in Explorer CloudFormation section to navigate user to the… feat(cloudformation): Add a node in Explorer CloudFormation section to navigate user to the… Apr 3, 2026
@Zee2413 Zee2413 changed the base branch from main to feature/toolkitOnly April 3, 2026 18:51
@Zee2413 Zee2413 requested a review from a team as a code owner April 3, 2026 18:51
@Zee2413 Zee2413 force-pushed the try-new-cfn-node branch from 253c254 to 6bf459f Compare April 3, 2026 18:55
@Zee2413 Zee2413 force-pushed the try-new-cfn-node branch from 6bf459f to 99543e7 Compare April 3, 2026 19:03
@branrin
Copy link
Copy Markdown
Contributor

branrin commented Apr 3, 2026

Failing builds started in this PR, not related to the changes here

@branrin branrin merged commit 566a023 into aws:feature/toolkitOnly Apr 3, 2026
4 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants